From: John Paul Wallington Date: Sun, 1 Aug 2004 05:53:50 +0000 (+0000) Subject: (help-go-back): Delete period from end of error message. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21497 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d69c13887cde4f3493ec9fb4e370bd4484dfc2fe;p=emacs.git (help-go-back): Delete period from end of error message. --- diff --git a/lisp/help-mode.el b/lisp/help-mode.el index 11656ec368c..a2dcdf91ed8 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el @@ -581,7 +581,7 @@ help buffer." (interactive) (if help-xref-stack (help-xref-go-back (current-buffer)) - (error "No previous help buffer."))) + (error "No previous help buffer"))) (defun help-do-xref (pos function args) "Call the help cross-reference function FUNCTION with args ARGS.